net/textproto.Reader.readContinuedLineSlice (method)

4 uses

	net/textproto (current package)
		reader.go#L102: 	line, err := r.readContinuedLineSlice(-1, noValidation)
		reader.go#L123: 	line, err := r.readContinuedLineSlice(-1, noValidation)
		reader.go#L135: func (r *Reader) readContinuedLineSlice(lim int64, validateFirstLine func([]byte) error) ([]byte, error) {
		reader.go#L542: 		kv, err := r.readContinuedLineSlice(maxMemory, mustHaveFieldNameColon)